Rename manpages to include section suffix .1
authorDominique Belhachemi <domibel@debian.org>
Tue, 14 Oct 2025 21:21:18 +0000 (17:21 -0400)
committerDominique Belhachemi <domibel@debian.org>
Tue, 14 Oct 2025 21:21:18 +0000 (17:21 -0400)
18 files changed:
debian/changelog
debian/manpages/pvtkpython [deleted file]
debian/manpages/pvtkpython.1 [new file with mode: 0644]
debian/manpages/vtkParseJava-9.5 [deleted file]
debian/manpages/vtkParseJava-9.5.1 [new file with mode: 0644]
debian/manpages/vtkProbeOpenGLVersion-9.5 [deleted file]
debian/manpages/vtkProbeOpenGLVersion-9.5.1 [new file with mode: 0644]
debian/manpages/vtkWrapHierarchy-9.5 [deleted file]
debian/manpages/vtkWrapHierarchy-9.5.1 [new file with mode: 0644]
debian/manpages/vtkWrapJava-9.5 [deleted file]
debian/manpages/vtkWrapJava-9.5.1 [new file with mode: 0644]
debian/manpages/vtkWrapPython-9.5 [deleted file]
debian/manpages/vtkWrapPython-9.5.1 [new file with mode: 0644]
debian/manpages/vtkWrapPythonInit-9.5 [deleted file]
debian/manpages/vtkWrapPythonInit-9.5.1 [new file with mode: 0644]
debian/manpages/vtkWrapSerDes-9.5.1 [new file with mode: 0644]
debian/manpages/vtkpython [deleted file]
debian/manpages/vtkpython.1 [new file with mode: 0644]

index 2571d0509512c882391babf5b31d65e091499d9b..dcc6382df07207fa8052a7abb3fbefaa174cfdd4 100644 (file)
@@ -1,3 +1,10 @@
+vtk9 (9.5.2+dfsg2-2) UNRELEASED; urgency=medium
+
+  * Team upload
+  * Fix manpages suffix
+
+ -- Dominique Belhachemi <domibel@debian.org>  Tue, 14 Oct 2025 16:07:52 -0400
+
 vtk9 (9.5.2+dfsg2-1) unstable; urgency=medium
 
   * Team upload
diff --git a/debian/manpages/pvtkpython b/debian/manpages/pvtkpython
deleted file mode 100644 (file)
index 241d1a8..0000000
+++ /dev/null
@@ -1,82 +0,0 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.49.3.
-.TH PYTHON "1" "October 2025" "Python 3.13.8" "User Commands"
-.SH NAME
-Python \- manual page for Python 3.13.8
-.SH DESCRIPTION
-usage: python [option] ... [\-c cmd | \fB\-m\fR mod | file | \fB\-]\fR [arg] ...
-Options (and corresponding environment variables):
-\fB\-b\fR     : issue warnings about converting bytes/bytearray to str and comparing
-.IP
-bytes/bytearray with str or bytes with int. (\fB\-bb\fR: issue errors)
-.PP
-\fB\-B\fR     : don't write .pyc files on import; also PYTHONDONTWRITEBYTECODE=x
-\fB\-c\fR cmd : program passed in as string (terminates option list)
-\fB\-d\fR     : turn on parser debugging output (for experts only, only works on
-.IP
-debug builds); also PYTHONDEBUG=x
-.PP
-\fB\-E\fR     : ignore PYTHON* environment variables (such as PYTHONPATH)
-\fB\-h\fR     : print this help message and exit (also \-? or \fB\-\-help\fR)
-\fB\-i\fR     : inspect interactively after running script; forces a prompt even
-.IP
-if stdin does not appear to be a terminal; also PYTHONINSPECT=x
-.PP
-\fB\-I\fR     : isolate Python from the user's environment (implies \fB\-E\fR, \fB\-P\fR and \fB\-s\fR)
-\fB\-m\fR mod : run library module as a script (terminates option list)
-\fB\-O\fR     : remove assert and __debug__\-dependent statements; add .opt\-1 before
-.IP
-\&.pyc extension; also PYTHONOPTIMIZE=x
-.PP
-\fB\-OO\fR    : do \fB\-O\fR changes and also discard docstrings; add .opt\-2 before
-.IP
-\&.pyc extension
-.PP
-\fB\-P\fR     : don't prepend a potentially unsafe path to sys.path; also
-.IP
-PYTHONSAFEPATH
-.PP
-\fB\-q\fR     : don't print version and copyright messages on interactive startup
-\fB\-s\fR     : don't add user site directory to sys.path; also PYTHONNOUSERSITE=x
-\fB\-S\fR     : don't imply 'import site' on initialization
-\fB\-u\fR     : force the stdout and stderr streams to be unbuffered;
-.IP
-this option has no effect on stdin; also PYTHONUNBUFFERED=x
-.PP
-\fB\-v\fR     : verbose (trace import statements); also PYTHONVERBOSE=x
-.IP
-can be supplied multiple times to increase verbosity
-.PP
-\fB\-V\fR     : print the Python version number and exit (also \fB\-\-version\fR)
-.IP
-when given twice, print more information about the build
-.PP
-\fB\-W\fR arg : warning control; arg is action:message:category:module:lineno
-.IP
-also PYTHONWARNINGS=arg
-.PP
-\fB\-x\fR     : skip first line of source, allowing use of non\-Unix forms of #!cmd
-\fB\-X\fR opt : set implementation\-specific option
-\fB\-\-check\-hash\-based\-pycs\fR always|default|never:
-.IP
-control how Python invalidates hash\-based .pyc files
-.PP
-\fB\-\-help\-env\fR: print help about Python environment variables and exit
-\fB\-\-help\-xoptions\fR: print help about implementation\-specific \fB\-X\fR options and exit
-\fB\-\-help\-all\fR: print complete help information and exit
-.PP
-Arguments:
-file   : program read from script file
-\-      : program read from stdin (default; interactive mode if a tty)
-arg ...: arguments passed to program in sys.argv[1:]
-.SH "SEE ALSO"
-The full documentation for
-.B Python
-is maintained as a Texinfo manual.  If the
-.B info
-and
-.B Python
-programs are properly installed at your site, the command
-.IP
-.B info Python
-.PP
-should give you access to the complete manual.
diff --git a/debian/manpages/pvtkpython.1 b/debian/manpages/pvtkpython.1
new file mode 100644 (file)
index 0000000..edc3db6
--- /dev/null
@@ -0,0 +1,82 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.49.3.
+.TH PYTHON "1" "October 2025" "Python 3.13.8" "User Commands"
+.SH NAME
+pvtkpython \- Parallel Python interpreter with VTK library bindings
+.SH DESCRIPTION
+usage: python [option] ... [\-c cmd | \fB\-m\fR mod | file | \fB\-]\fR [arg] ...
+Options (and corresponding environment variables):
+\fB\-b\fR     : issue warnings about converting bytes/bytearray to str and comparing
+.IP
+bytes/bytearray with str or bytes with int. (\fB\-bb\fR: issue errors)
+.PP
+\fB\-B\fR     : don't write .pyc files on import; also PYTHONDONTWRITEBYTECODE=x
+\fB\-c\fR cmd : program passed in as string (terminates option list)
+\fB\-d\fR     : turn on parser debugging output (for experts only, only works on
+.IP
+debug builds); also PYTHONDEBUG=x
+.PP
+\fB\-E\fR     : ignore PYTHON* environment variables (such as PYTHONPATH)
+\fB\-h\fR     : print this help message and exit (also \-? or \fB\-\-help\fR)
+\fB\-i\fR     : inspect interactively after running script; forces a prompt even
+.IP
+if stdin does not appear to be a terminal; also PYTHONINSPECT=x
+.PP
+\fB\-I\fR     : isolate Python from the user's environment (implies \fB\-E\fR, \fB\-P\fR and \fB\-s\fR)
+\fB\-m\fR mod : run library module as a script (terminates option list)
+\fB\-O\fR     : remove assert and __debug__\-dependent statements; add .opt\-1 before
+.IP
+\&.pyc extension; also PYTHONOPTIMIZE=x
+.PP
+\fB\-OO\fR    : do \fB\-O\fR changes and also discard docstrings; add .opt\-2 before
+.IP
+\&.pyc extension
+.PP
+\fB\-P\fR     : don't prepend a potentially unsafe path to sys.path; also
+.IP
+PYTHONSAFEPATH
+.PP
+\fB\-q\fR     : don't print version and copyright messages on interactive startup
+\fB\-s\fR     : don't add user site directory to sys.path; also PYTHONNOUSERSITE=x
+\fB\-S\fR     : don't imply 'import site' on initialization
+\fB\-u\fR     : force the stdout and stderr streams to be unbuffered;
+.IP
+this option has no effect on stdin; also PYTHONUNBUFFERED=x
+.PP
+\fB\-v\fR     : verbose (trace import statements); also PYTHONVERBOSE=x
+.IP
+can be supplied multiple times to increase verbosity
+.PP
+\fB\-V\fR     : print the Python version number and exit (also \fB\-\-version\fR)
+.IP
+when given twice, print more information about the build
+.PP
+\fB\-W\fR arg : warning control; arg is action:message:category:module:lineno
+.IP
+also PYTHONWARNINGS=arg
+.PP
+\fB\-x\fR     : skip first line of source, allowing use of non\-Unix forms of #!cmd
+\fB\-X\fR opt : set implementation\-specific option
+\fB\-\-check\-hash\-based\-pycs\fR always|default|never:
+.IP
+control how Python invalidates hash\-based .pyc files
+.PP
+\fB\-\-help\-env\fR: print help about Python environment variables and exit
+\fB\-\-help\-xoptions\fR: print help about implementation\-specific \fB\-X\fR options and exit
+\fB\-\-help\-all\fR: print complete help information and exit
+.PP
+Arguments:
+file   : program read from script file
+\-      : program read from stdin (default; interactive mode if a tty)
+arg ...: arguments passed to program in sys.argv[1:]
+.SH "SEE ALSO"
+The full documentation for
+.B Python
+is maintained as a Texinfo manual.  If the
+.B info
+and
+.B Python
+programs are properly installed at your site, the command
+.IP
+.B info Python
+.PP
+should give you access to the complete manual.
diff --git a/debian/manpages/vtkParseJava-9.5 b/debian/manpages/vtkParseJava-9.5
deleted file mode 100644 (file)
index 4f83ea1..0000000
+++ /dev/null
@@ -1,65 +0,0 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.49.3.
-.TH VTKPARSEJAVA-9.5 "1" "October 2025" "vtkParseJava-9.5 9.5" "User Commands"
-.SH NAME
-vtkParseJava-9.5 \- manual page for vtkParseJava-9.5 9.5
-.SH SYNOPSIS
-.B vtkParseJava-9.5
-[\fI\,options\/\fR] \fI\,infile\/\fR...
-.SH DESCRIPTION
-.TP
-\fB\-\-help\fR
-print this help message
-.TP
-\fB\-\-version\fR
-print the VTK version
-.TP
-\fB\-o\fR <file>
-the output file
-.TP
-\fB\-I\fR <dir>
-add an include directory
-.TP
-\fB\-D\fR <macro[=def]>
-define a preprocessor macro
-.TP
-\fB\-U\fR <macro>
-undefine a preprocessor macro
-.TP
-\fB\-imacros\fR <file>
-read macros from a header file
-.TP
-\fB\-MF\fR <file>
-write dependency information to a file
-.TP
-\fB\-undef\fR
-do not predefine platform macros
-.TP
-\fB\-Wempty\fR
-warn when nothing is wrapped
-.TP
-\fB\-Wno\-empty\fR
-do not warn when nothing is wrapped
-.TP
-@<file>
-read arguments from a file
-.TP
-\fB\-dM\fR
-dump all macro definitions to output
-.TP
-\fB\-\-hints\fR <file>
-the hints file to use
-.TP
-\fB\-\-types\fR <file>
-the type hierarchy file to use
-.SH "SEE ALSO"
-The full documentation for
-.B vtkParseJava-9.5
-is maintained as a Texinfo manual.  If the
-.B info
-and
-.B vtkParseJava-9.5
-programs are properly installed at your site, the command
-.IP
-.B info vtkParseJava-9.5
-.PP
-should give you access to the complete manual.
diff --git a/debian/manpages/vtkParseJava-9.5.1 b/debian/manpages/vtkParseJava-9.5.1
new file mode 100644 (file)
index 0000000..ebbbf42
--- /dev/null
@@ -0,0 +1,65 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.49.3.
+.TH VTKPARSEJAVA-9.5 "1" "October 2025" "vtkParseJava-9.5 9.5" "User Commands"
+.SH NAME
+vtkParseJava-9.5 \- Parses C++ headers for Java wrapper generation
+.SH SYNOPSIS
+.B vtkParseJava-9.5
+[\fI\,options\/\fR] \fI\,infile\/\fR...
+.SH DESCRIPTION
+.TP
+\fB\-\-help\fR
+print this help message
+.TP
+\fB\-\-version\fR
+print the VTK version
+.TP
+\fB\-o\fR <file>
+the output file
+.TP
+\fB\-I\fR <dir>
+add an include directory
+.TP
+\fB\-D\fR <macro[=def]>
+define a preprocessor macro
+.TP
+\fB\-U\fR <macro>
+undefine a preprocessor macro
+.TP
+\fB\-imacros\fR <file>
+read macros from a header file
+.TP
+\fB\-MF\fR <file>
+write dependency information to a file
+.TP
+\fB\-undef\fR
+do not predefine platform macros
+.TP
+\fB\-Wempty\fR
+warn when nothing is wrapped
+.TP
+\fB\-Wno\-empty\fR
+do not warn when nothing is wrapped
+.TP
+@<file>
+read arguments from a file
+.TP
+\fB\-dM\fR
+dump all macro definitions to output
+.TP
+\fB\-\-hints\fR <file>
+the hints file to use
+.TP
+\fB\-\-types\fR <file>
+the type hierarchy file to use
+.SH "SEE ALSO"
+The full documentation for
+.B vtkParseJava-9.5
+is maintained as a Texinfo manual.  If the
+.B info
+and
+.B vtkParseJava-9.5
+programs are properly installed at your site, the command
+.IP
+.B info vtkParseJava-9.5
+.PP
+should give you access to the complete manual.
diff --git a/debian/manpages/vtkProbeOpenGLVersion-9.5 b/debian/manpages/vtkProbeOpenGLVersion-9.5
deleted file mode 100644 (file)
index 33896f2..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-.TH VTKPROBEOPENGLVERSION 1 "October 2025" "VTK 9.5" "User Commands"
-.SH NAME
-vtkProbeOpenGLVersion \- Test and report system OpenGL version
-.SH SYNOPSIS
-\fBvtkProbeOpenGLVersion\fR
-.SH DESCRIPTION
-\fBvtkProbeOpenGLVersion\fR is a diagnostic utility included with the Visualization Toolkit (VTK) 9.5. It creates a simple VTK rendering window to test and report the system's OpenGL capabilities to standard output.
-.PP
-This tool is primarily used for debugging graphics-related issues, such as verifying hardware acceleration or diagnosing problems in virtualized or remote desktop environments. VTK 9.5 includes new OpenGL error reporting capabilities, which may provide more detailed output if the VTK build was configured with OpenGL debugging enabled.
-.PP
-The program does not accept any command-line options. It runs automatically, performs its tests, and exits after a brief pause.
-.SH SEE ALSO
-\fBvtk\fR(1)
-.SH BUGS
-No known bugs.
-.SH AUTHOR
-This manual page was written for VTK 9.5.
diff --git a/debian/manpages/vtkProbeOpenGLVersion-9.5.1 b/debian/manpages/vtkProbeOpenGLVersion-9.5.1
new file mode 100644 (file)
index 0000000..33896f2
--- /dev/null
@@ -0,0 +1,17 @@
+.TH VTKPROBEOPENGLVERSION 1 "October 2025" "VTK 9.5" "User Commands"
+.SH NAME
+vtkProbeOpenGLVersion \- Test and report system OpenGL version
+.SH SYNOPSIS
+\fBvtkProbeOpenGLVersion\fR
+.SH DESCRIPTION
+\fBvtkProbeOpenGLVersion\fR is a diagnostic utility included with the Visualization Toolkit (VTK) 9.5. It creates a simple VTK rendering window to test and report the system's OpenGL capabilities to standard output.
+.PP
+This tool is primarily used for debugging graphics-related issues, such as verifying hardware acceleration or diagnosing problems in virtualized or remote desktop environments. VTK 9.5 includes new OpenGL error reporting capabilities, which may provide more detailed output if the VTK build was configured with OpenGL debugging enabled.
+.PP
+The program does not accept any command-line options. It runs automatically, performs its tests, and exits after a brief pause.
+.SH SEE ALSO
+\fBvtk\fR(1)
+.SH BUGS
+No known bugs.
+.SH AUTHOR
+This manual page was written for VTK 9.5.
diff --git a/debian/manpages/vtkWrapHierarchy-9.5 b/debian/manpages/vtkWrapHierarchy-9.5
deleted file mode 100644 (file)
index c03c793..0000000
+++ /dev/null
@@ -1,56 +0,0 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.49.3.
-.TH VTKWRAPHIERARCHY-9.5 "1" "October 2025" "vtkWrapHierarchy-9.5 9.5" "User Commands"
-.SH NAME
-vtkWrapHierarchy-9.5 \- manual page for vtkWrapHierarchy-9.5 9.5
-.SH SYNOPSIS
-.B vtkWrapHierarchy-9.5
-[\fI\,options\/\fR] \fI\,infile\/\fR...
-.SH DESCRIPTION
-.TP
-\fB\-\-help\fR
-print this help message
-.TP
-\fB\-\-version\fR
-print the VTK version
-.TP
-\fB\-o\fR <file>
-the output file
-.TP
-\fB\-I\fR <dir>
-add an include directory
-.TP
-\fB\-D\fR <macro[=def]>
-define a preprocessor macro
-.TP
-\fB\-U\fR <macro>
-undefine a preprocessor macro
-.TP
-\fB\-imacros\fR <file>
-read macros from a header file
-.TP
-\fB\-MF\fR <file>
-write dependency information to a file
-.TP
-\fB\-undef\fR
-do not predefine platform macros
-.TP
-\fB\-Wempty\fR
-warn when nothing is wrapped
-.TP
-\fB\-Wno\-empty\fR
-do not warn when nothing is wrapped
-.TP
-@<file>
-read arguments from a file
-.SH "SEE ALSO"
-The full documentation for
-.B vtkWrapHierarchy-9.5
-is maintained as a Texinfo manual.  If the
-.B info
-and
-.B vtkWrapHierarchy-9.5
-programs are properly installed at your site, the command
-.IP
-.B info vtkWrapHierarchy-9.5
-.PP
-should give you access to the complete manual.
diff --git a/debian/manpages/vtkWrapHierarchy-9.5.1 b/debian/manpages/vtkWrapHierarchy-9.5.1
new file mode 100644 (file)
index 0000000..1ba5990
--- /dev/null
@@ -0,0 +1,56 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.49.3.
+.TH VTKWRAPHIERARCHY-9.5 "1" "October 2025" "vtkWrapHierarchy-9.5 9.5" "User Commands"
+.SH NAME
+vtkWrapHierarchy-9.5 \- Builds a class hierarchy from C++ header files for VTK wrapping
+.SH SYNOPSIS
+.B vtkWrapHierarchy-9.5
+[\fI\,options\/\fR] \fI\,infile\/\fR...
+.SH DESCRIPTION
+.TP
+\fB\-\-help\fR
+print this help message
+.TP
+\fB\-\-version\fR
+print the VTK version
+.TP
+\fB\-o\fR <file>
+the output file
+.TP
+\fB\-I\fR <dir>
+add an include directory
+.TP
+\fB\-D\fR <macro[=def]>
+define a preprocessor macro
+.TP
+\fB\-U\fR <macro>
+undefine a preprocessor macro
+.TP
+\fB\-imacros\fR <file>
+read macros from a header file
+.TP
+\fB\-MF\fR <file>
+write dependency information to a file
+.TP
+\fB\-undef\fR
+do not predefine platform macros
+.TP
+\fB\-Wempty\fR
+warn when nothing is wrapped
+.TP
+\fB\-Wno\-empty\fR
+do not warn when nothing is wrapped
+.TP
+@<file>
+read arguments from a file
+.SH "SEE ALSO"
+The full documentation for
+.B vtkWrapHierarchy-9.5
+is maintained as a Texinfo manual.  If the
+.B info
+and
+.B vtkWrapHierarchy-9.5
+programs are properly installed at your site, the command
+.IP
+.B info vtkWrapHierarchy-9.5
+.PP
+should give you access to the complete manual.
diff --git a/debian/manpages/vtkWrapJava-9.5 b/debian/manpages/vtkWrapJava-9.5
deleted file mode 100644 (file)
index ba40f6e..0000000
+++ /dev/null
@@ -1,65 +0,0 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.49.3.
-.TH VTKWRAPJAVA-9.5 "1" "October 2025" "vtkWrapJava-9.5 9.5" "User Commands"
-.SH NAME
-vtkWrapJava-9.5 \- manual page for vtkWrapJava-9.5 9.5
-.SH SYNOPSIS
-.B vtkWrapJava-9.5
-[\fI\,options\/\fR] \fI\,infile\/\fR...
-.SH DESCRIPTION
-.TP
-\fB\-\-help\fR
-print this help message
-.TP
-\fB\-\-version\fR
-print the VTK version
-.TP
-\fB\-o\fR <file>
-the output file
-.TP
-\fB\-I\fR <dir>
-add an include directory
-.TP
-\fB\-D\fR <macro[=def]>
-define a preprocessor macro
-.TP
-\fB\-U\fR <macro>
-undefine a preprocessor macro
-.TP
-\fB\-imacros\fR <file>
-read macros from a header file
-.TP
-\fB\-MF\fR <file>
-write dependency information to a file
-.TP
-\fB\-undef\fR
-do not predefine platform macros
-.TP
-\fB\-Wempty\fR
-warn when nothing is wrapped
-.TP
-\fB\-Wno\-empty\fR
-do not warn when nothing is wrapped
-.TP
-@<file>
-read arguments from a file
-.TP
-\fB\-dM\fR
-dump all macro definitions to output
-.TP
-\fB\-\-hints\fR <file>
-the hints file to use
-.TP
-\fB\-\-types\fR <file>
-the type hierarchy file to use
-.SH "SEE ALSO"
-The full documentation for
-.B vtkWrapJava-9.5
-is maintained as a Texinfo manual.  If the
-.B info
-and
-.B vtkWrapJava-9.5
-programs are properly installed at your site, the command
-.IP
-.B info vtkWrapJava-9.5
-.PP
-should give you access to the complete manual.
diff --git a/debian/manpages/vtkWrapJava-9.5.1 b/debian/manpages/vtkWrapJava-9.5.1
new file mode 100644 (file)
index 0000000..69adf0a
--- /dev/null
@@ -0,0 +1,65 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.49.3.
+.TH VTKWRAPJAVA-9.5 "1" "October 2025" "vtkWrapJava-9.5 9.5" "User Commands"
+.SH NAME
+vtkWrapJava-9.5 \- Generates JNI glue code for VTK Java wrappers
+.SH SYNOPSIS
+.B vtkWrapJava-9.5
+[\fI\,options\/\fR] \fI\,infile\/\fR...
+.SH DESCRIPTION
+.TP
+\fB\-\-help\fR
+print this help message
+.TP
+\fB\-\-version\fR
+print the VTK version
+.TP
+\fB\-o\fR <file>
+the output file
+.TP
+\fB\-I\fR <dir>
+add an include directory
+.TP
+\fB\-D\fR <macro[=def]>
+define a preprocessor macro
+.TP
+\fB\-U\fR <macro>
+undefine a preprocessor macro
+.TP
+\fB\-imacros\fR <file>
+read macros from a header file
+.TP
+\fB\-MF\fR <file>
+write dependency information to a file
+.TP
+\fB\-undef\fR
+do not predefine platform macros
+.TP
+\fB\-Wempty\fR
+warn when nothing is wrapped
+.TP
+\fB\-Wno\-empty\fR
+do not warn when nothing is wrapped
+.TP
+@<file>
+read arguments from a file
+.TP
+\fB\-dM\fR
+dump all macro definitions to output
+.TP
+\fB\-\-hints\fR <file>
+the hints file to use
+.TP
+\fB\-\-types\fR <file>
+the type hierarchy file to use
+.SH "SEE ALSO"
+The full documentation for
+.B vtkWrapJava-9.5
+is maintained as a Texinfo manual.  If the
+.B info
+and
+.B vtkWrapJava-9.5
+programs are properly installed at your site, the command
+.IP
+.B info vtkWrapJava-9.5
+.PP
+should give you access to the complete manual.
diff --git a/debian/manpages/vtkWrapPython-9.5 b/debian/manpages/vtkWrapPython-9.5
deleted file mode 100644 (file)
index 1f9dbf1..0000000
+++ /dev/null
@@ -1,65 +0,0 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.49.3.
-.TH VTKWRAPPYTHON-9.5 "1" "October 2025" "vtkWrapPython-9.5 9.5" "User Commands"
-.SH NAME
-vtkWrapPython-9.5 \- manual page for vtkWrapPython-9.5 9.5
-.SH SYNOPSIS
-.B vtkWrapPython-9.5
-[\fI\,options\/\fR] \fI\,infile\/\fR...
-.SH DESCRIPTION
-.TP
-\fB\-\-help\fR
-print this help message
-.TP
-\fB\-\-version\fR
-print the VTK version
-.TP
-\fB\-o\fR <file>
-the output file
-.TP
-\fB\-I\fR <dir>
-add an include directory
-.TP
-\fB\-D\fR <macro[=def]>
-define a preprocessor macro
-.TP
-\fB\-U\fR <macro>
-undefine a preprocessor macro
-.TP
-\fB\-imacros\fR <file>
-read macros from a header file
-.TP
-\fB\-MF\fR <file>
-write dependency information to a file
-.TP
-\fB\-undef\fR
-do not predefine platform macros
-.TP
-\fB\-Wempty\fR
-warn when nothing is wrapped
-.TP
-\fB\-Wno\-empty\fR
-do not warn when nothing is wrapped
-.TP
-@<file>
-read arguments from a file
-.TP
-\fB\-dM\fR
-dump all macro definitions to output
-.TP
-\fB\-\-hints\fR <file>
-the hints file to use
-.TP
-\fB\-\-types\fR <file>
-the type hierarchy file to use
-.SH "SEE ALSO"
-The full documentation for
-.B vtkWrapPython-9.5
-is maintained as a Texinfo manual.  If the
-.B info
-and
-.B vtkWrapPython-9.5
-programs are properly installed at your site, the command
-.IP
-.B info vtkWrapPython-9.5
-.PP
-should give you access to the complete manual.
diff --git a/debian/manpages/vtkWrapPython-9.5.1 b/debian/manpages/vtkWrapPython-9.5.1
new file mode 100644 (file)
index 0000000..a6eaa62
--- /dev/null
@@ -0,0 +1,65 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.49.3.
+.TH VTKWRAPPYTHON-9.5 "1" "October 2025" "vtkWrapPython-9.5 9.5" "User Commands"
+.SH NAME
+vtkWrapPython-9.5 \- Generates Python wrapper code from VTK C++ header files
+.SH SYNOPSIS
+.B vtkWrapPython-9.5
+[\fI\,options\/\fR] \fI\,infile\/\fR...
+.SH DESCRIPTION
+.TP
+\fB\-\-help\fR
+print this help message
+.TP
+\fB\-\-version\fR
+print the VTK version
+.TP
+\fB\-o\fR <file>
+the output file
+.TP
+\fB\-I\fR <dir>
+add an include directory
+.TP
+\fB\-D\fR <macro[=def]>
+define a preprocessor macro
+.TP
+\fB\-U\fR <macro>
+undefine a preprocessor macro
+.TP
+\fB\-imacros\fR <file>
+read macros from a header file
+.TP
+\fB\-MF\fR <file>
+write dependency information to a file
+.TP
+\fB\-undef\fR
+do not predefine platform macros
+.TP
+\fB\-Wempty\fR
+warn when nothing is wrapped
+.TP
+\fB\-Wno\-empty\fR
+do not warn when nothing is wrapped
+.TP
+@<file>
+read arguments from a file
+.TP
+\fB\-dM\fR
+dump all macro definitions to output
+.TP
+\fB\-\-hints\fR <file>
+the hints file to use
+.TP
+\fB\-\-types\fR <file>
+the type hierarchy file to use
+.SH "SEE ALSO"
+The full documentation for
+.B vtkWrapPython-9.5
+is maintained as a Texinfo manual.  If the
+.B info
+and
+.B vtkWrapPython-9.5
+programs are properly installed at your site, the command
+.IP
+.B info vtkWrapPython-9.5
+.PP
+should give you access to the complete manual.
diff --git a/debian/manpages/vtkWrapPythonInit-9.5 b/debian/manpages/vtkWrapPythonInit-9.5
deleted file mode 100644 (file)
index a5c8ada..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-.TH VTKWRAPPYTHONINIT 1 "October 2025" "VTK 9.5" "User Commands"
-.SH NAME
-vtkWrapPythonInit \- A VTK utility to generate Python module initialization code.
-.SH SYNOPSIS
-\fBvtkWrapPythonInit\fR \fIinput_file\fR \fIinit_file\fR
-.SH DESCRIPTION
-\fBvtkWrapPythonInit\fR is a tool from the Visualization Toolkit (VTK) used to generate the C++ source code for a Python extension module's initialization function. This `PyInit` entry point is responsible for registering all the types defined in a given module.
-.PP
-This tool is used by the VTK build system during the compilation of Python wrappers for C++ classes.
-.SH ARGUMENTS
-.TP
-\fIinput_file\fR
-A file listing the wrapped classes that need to be initialized.
-.TP
-\fIinit_file\fR
-The output C++ source file that contains the Python module initialization function.
-.SH SEE ALSO
-\fBvtk\fR(1)
-.br
-\fBvtkWrapPython\fR(1)
-.SH BUGS
-No known bugs.
-.SH AUTHOR
-This manual page was written for VTK 9.5.
diff --git a/debian/manpages/vtkWrapPythonInit-9.5.1 b/debian/manpages/vtkWrapPythonInit-9.5.1
new file mode 100644 (file)
index 0000000..b3c9f71
--- /dev/null
@@ -0,0 +1,24 @@
+.TH VTKWRAPPYTHONINIT 1 "October 2025" "VTK 9.5" "User Commands"
+.SH NAME
+vtkWrapPythonInit \- A VTK utility to generate Python module initialization code
+.SH SYNOPSIS
+\fBvtkWrapPythonInit\fR \fIinput_file\fR \fIinit_file\fR
+.SH DESCRIPTION
+\fBvtkWrapPythonInit\fR is a tool from the Visualization Toolkit (VTK) used to generate the C++ source code for a Python extension module's initialization function. This `PyInit` entry point is responsible for registering all the types defined in a given module.
+.PP
+This tool is used by the VTK build system during the compilation of Python wrappers for C++ classes.
+.SH ARGUMENTS
+.TP
+\fIinput_file\fR
+A file listing the wrapped classes that need to be initialized.
+.TP
+\fIinit_file\fR
+The output C++ source file that contains the Python module initialization function.
+.SH SEE ALSO
+\fBvtk\fR(1)
+.br
+\fBvtkWrapPython\fR(1)
+.SH BUGS
+No known bugs.
+.SH AUTHOR
+This manual page was written for VTK 9.5.
diff --git a/debian/manpages/vtkWrapSerDes-9.5.1 b/debian/manpages/vtkWrapSerDes-9.5.1
new file mode 100644 (file)
index 0000000..dde225d
--- /dev/null
@@ -0,0 +1,65 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.49.3.
+.TH VTKWRAPSERDES-9.5 "1" "October 2025" "vtkWrapSerDes-9.5 9.5" "User Commands"
+.SH NAME
+vtkWrapSerDes-9.5 \- Generates serialization and deserialization code for VTK objects
+.SH SYNOPSIS
+.B vtkWrapSerDes-9.5
+[\fI\,options\/\fR] \fI\,infile\/\fR...
+.SH DESCRIPTION
+.TP
+\fB\-\-help\fR
+print this help message
+.TP
+\fB\-\-version\fR
+print the VTK version
+.TP
+\fB\-o\fR <file>
+the output file
+.TP
+\fB\-I\fR <dir>
+add an include directory
+.TP
+\fB\-D\fR <macro[=def]>
+define a preprocessor macro
+.TP
+\fB\-U\fR <macro>
+undefine a preprocessor macro
+.TP
+\fB\-imacros\fR <file>
+read macros from a header file
+.TP
+\fB\-MF\fR <file>
+write dependency information to a file
+.TP
+\fB\-undef\fR
+do not predefine platform macros
+.TP
+\fB\-Wempty\fR
+warn when nothing is wrapped
+.TP
+\fB\-Wno\-empty\fR
+do not warn when nothing is wrapped
+.TP
+@<file>
+read arguments from a file
+.TP
+\fB\-dM\fR
+dump all macro definitions to output
+.TP
+\fB\-\-hints\fR <file>
+the hints file to use
+.TP
+\fB\-\-types\fR <file>
+the type hierarchy file to use
+.SH "SEE ALSO"
+The full documentation for
+.B vtkWrapSerDes-9.5
+is maintained as a Texinfo manual.  If the
+.B info
+and
+.B vtkWrapSerDes-9.5
+programs are properly installed at your site, the command
+.IP
+.B info vtkWrapSerDes-9.5
+.PP
+should give you access to the complete manual.
diff --git a/debian/manpages/vtkpython b/debian/manpages/vtkpython
deleted file mode 100644 (file)
index 241d1a8..0000000
+++ /dev/null
@@ -1,82 +0,0 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.49.3.
-.TH PYTHON "1" "October 2025" "Python 3.13.8" "User Commands"
-.SH NAME
-Python \- manual page for Python 3.13.8
-.SH DESCRIPTION
-usage: python [option] ... [\-c cmd | \fB\-m\fR mod | file | \fB\-]\fR [arg] ...
-Options (and corresponding environment variables):
-\fB\-b\fR     : issue warnings about converting bytes/bytearray to str and comparing
-.IP
-bytes/bytearray with str or bytes with int. (\fB\-bb\fR: issue errors)
-.PP
-\fB\-B\fR     : don't write .pyc files on import; also PYTHONDONTWRITEBYTECODE=x
-\fB\-c\fR cmd : program passed in as string (terminates option list)
-\fB\-d\fR     : turn on parser debugging output (for experts only, only works on
-.IP
-debug builds); also PYTHONDEBUG=x
-.PP
-\fB\-E\fR     : ignore PYTHON* environment variables (such as PYTHONPATH)
-\fB\-h\fR     : print this help message and exit (also \-? or \fB\-\-help\fR)
-\fB\-i\fR     : inspect interactively after running script; forces a prompt even
-.IP
-if stdin does not appear to be a terminal; also PYTHONINSPECT=x
-.PP
-\fB\-I\fR     : isolate Python from the user's environment (implies \fB\-E\fR, \fB\-P\fR and \fB\-s\fR)
-\fB\-m\fR mod : run library module as a script (terminates option list)
-\fB\-O\fR     : remove assert and __debug__\-dependent statements; add .opt\-1 before
-.IP
-\&.pyc extension; also PYTHONOPTIMIZE=x
-.PP
-\fB\-OO\fR    : do \fB\-O\fR changes and also discard docstrings; add .opt\-2 before
-.IP
-\&.pyc extension
-.PP
-\fB\-P\fR     : don't prepend a potentially unsafe path to sys.path; also
-.IP
-PYTHONSAFEPATH
-.PP
-\fB\-q\fR     : don't print version and copyright messages on interactive startup
-\fB\-s\fR     : don't add user site directory to sys.path; also PYTHONNOUSERSITE=x
-\fB\-S\fR     : don't imply 'import site' on initialization
-\fB\-u\fR     : force the stdout and stderr streams to be unbuffered;
-.IP
-this option has no effect on stdin; also PYTHONUNBUFFERED=x
-.PP
-\fB\-v\fR     : verbose (trace import statements); also PYTHONVERBOSE=x
-.IP
-can be supplied multiple times to increase verbosity
-.PP
-\fB\-V\fR     : print the Python version number and exit (also \fB\-\-version\fR)
-.IP
-when given twice, print more information about the build
-.PP
-\fB\-W\fR arg : warning control; arg is action:message:category:module:lineno
-.IP
-also PYTHONWARNINGS=arg
-.PP
-\fB\-x\fR     : skip first line of source, allowing use of non\-Unix forms of #!cmd
-\fB\-X\fR opt : set implementation\-specific option
-\fB\-\-check\-hash\-based\-pycs\fR always|default|never:
-.IP
-control how Python invalidates hash\-based .pyc files
-.PP
-\fB\-\-help\-env\fR: print help about Python environment variables and exit
-\fB\-\-help\-xoptions\fR: print help about implementation\-specific \fB\-X\fR options and exit
-\fB\-\-help\-all\fR: print complete help information and exit
-.PP
-Arguments:
-file   : program read from script file
-\-      : program read from stdin (default; interactive mode if a tty)
-arg ...: arguments passed to program in sys.argv[1:]
-.SH "SEE ALSO"
-The full documentation for
-.B Python
-is maintained as a Texinfo manual.  If the
-.B info
-and
-.B Python
-programs are properly installed at your site, the command
-.IP
-.B info Python
-.PP
-should give you access to the complete manual.
diff --git a/debian/manpages/vtkpython.1 b/debian/manpages/vtkpython.1
new file mode 100644 (file)
index 0000000..bea6300
--- /dev/null
@@ -0,0 +1,82 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.49.3.
+.TH PYTHON "1" "October 2025" "Python 3.13.8" "User Commands"
+.SH NAME
+vtkpython \- Python interpreter with VTK library bindings
+.SH DESCRIPTION
+usage: python [option] ... [\-c cmd | \fB\-m\fR mod | file | \fB\-]\fR [arg] ...
+Options (and corresponding environment variables):
+\fB\-b\fR     : issue warnings about converting bytes/bytearray to str and comparing
+.IP
+bytes/bytearray with str or bytes with int. (\fB\-bb\fR: issue errors)
+.PP
+\fB\-B\fR     : don't write .pyc files on import; also PYTHONDONTWRITEBYTECODE=x
+\fB\-c\fR cmd : program passed in as string (terminates option list)
+\fB\-d\fR     : turn on parser debugging output (for experts only, only works on
+.IP
+debug builds); also PYTHONDEBUG=x
+.PP
+\fB\-E\fR     : ignore PYTHON* environment variables (such as PYTHONPATH)
+\fB\-h\fR     : print this help message and exit (also \-? or \fB\-\-help\fR)
+\fB\-i\fR     : inspect interactively after running script; forces a prompt even
+.IP
+if stdin does not appear to be a terminal; also PYTHONINSPECT=x
+.PP
+\fB\-I\fR     : isolate Python from the user's environment (implies \fB\-E\fR, \fB\-P\fR and \fB\-s\fR)
+\fB\-m\fR mod : run library module as a script (terminates option list)
+\fB\-O\fR     : remove assert and __debug__\-dependent statements; add .opt\-1 before
+.IP
+\&.pyc extension; also PYTHONOPTIMIZE=x
+.PP
+\fB\-OO\fR    : do \fB\-O\fR changes and also discard docstrings; add .opt\-2 before
+.IP
+\&.pyc extension
+.PP
+\fB\-P\fR     : don't prepend a potentially unsafe path to sys.path; also
+.IP
+PYTHONSAFEPATH
+.PP
+\fB\-q\fR     : don't print version and copyright messages on interactive startup
+\fB\-s\fR     : don't add user site directory to sys.path; also PYTHONNOUSERSITE=x
+\fB\-S\fR     : don't imply 'import site' on initialization
+\fB\-u\fR     : force the stdout and stderr streams to be unbuffered;
+.IP
+this option has no effect on stdin; also PYTHONUNBUFFERED=x
+.PP
+\fB\-v\fR     : verbose (trace import statements); also PYTHONVERBOSE=x
+.IP
+can be supplied multiple times to increase verbosity
+.PP
+\fB\-V\fR     : print the Python version number and exit (also \fB\-\-version\fR)
+.IP
+when given twice, print more information about the build
+.PP
+\fB\-W\fR arg : warning control; arg is action:message:category:module:lineno
+.IP
+also PYTHONWARNINGS=arg
+.PP
+\fB\-x\fR     : skip first line of source, allowing use of non\-Unix forms of #!cmd
+\fB\-X\fR opt : set implementation\-specific option
+\fB\-\-check\-hash\-based\-pycs\fR always|default|never:
+.IP
+control how Python invalidates hash\-based .pyc files
+.PP
+\fB\-\-help\-env\fR: print help about Python environment variables and exit
+\fB\-\-help\-xoptions\fR: print help about implementation\-specific \fB\-X\fR options and exit
+\fB\-\-help\-all\fR: print complete help information and exit
+.PP
+Arguments:
+file   : program read from script file
+\-      : program read from stdin (default; interactive mode if a tty)
+arg ...: arguments passed to program in sys.argv[1:]
+.SH "SEE ALSO"
+The full documentation for
+.B Python
+is maintained as a Texinfo manual.  If the
+.B info
+and
+.B Python
+programs are properly installed at your site, the command
+.IP
+.B info Python
+.PP
+should give you access to the complete manual.